home *** CD-ROM | disk | FTP | other *** search
/ CD BIT 75 / CD BIT 75.iso / Software / LogOut / disk1 / _SETUP.1 / GCondom7.exe / 0 / RCDATA / TFRTXTEXPORTFORM / TFRTXTEXPORTFORM.txt
Text File  |  2004-10-21  |  2KB  |  133 lines

  1. object frTXTExportForm: TfrTXTExportForm
  2.   Left = 200
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'Export options'
  6.   ClientHeight = 209
  7.   ClientWidth = 229
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object GroupBox1: TGroupBox
  17.     Left = 4
  18.     Top = 0
  19.     Width = 221
  20.     Height = 173
  21.     TabOrder = 0
  22.     object Label1: TLabel
  23.       Left = 12
  24.       Top = 144
  25.       Width = 68
  26.       Height = 13
  27.       Caption = 'Scaling factor:'
  28.     end
  29.     object Label2: TLabel
  30.       Left = 112
  31.       Top = 144
  32.       Width = 7
  33.       Height = 13
  34.       Caption = 'X'
  35.     end
  36.     object Label3: TLabel
  37.       Left = 164
  38.       Top = 144
  39.       Width = 7
  40.       Height = 13
  41.       Caption = 'Y'
  42.     end
  43.     object CB1: TCheckBox
  44.       Left = 12
  45.       Top = 20
  46.       Width = 201
  47.       Height = 17
  48.       HelpContext = 189
  49.       Caption = 'Kill empty lines'
  50.       State = cbChecked
  51.       TabOrder = 0
  52.     end
  53.     object CB2: TCheckBox
  54.       Left = 12
  55.       Top = 44
  56.       Width = 201
  57.       Height = 17
  58.       HelpContext = 197
  59.       Caption = 'Convert to OEM'
  60.       TabOrder = 1
  61.     end
  62.     object CB4: TCheckBox
  63.       Left = 20
  64.       Top = 92
  65.       Width = 193
  66.       Height = 17
  67.       HelpContext = 213
  68.       Caption = 'Use pseudographic'
  69.       TabOrder = 2
  70.     end
  71.     object E1: TEdit
  72.       Left = 124
  73.       Top = 140
  74.       Width = 33
  75.       Height = 21
  76.       HelpContext = 266
  77.       TabOrder = 3
  78.       Text = '1'
  79.     end
  80.     object CB5: TCheckBox
  81.       Left = 12
  82.       Top = 116
  83.       Width = 201
  84.       Height = 17
  85.       HelpContext = 233
  86.       Caption = 'Insert page breaks'
  87.       State = cbChecked
  88.       TabOrder = 4
  89.     end
  90.     object CB3: TCheckBox
  91.       Left = 12
  92.       Top = 68
  93.       Width = 201
  94.       Height = 17
  95.       HelpContext = 223
  96.       Caption = 'Export frames'
  97.       TabOrder = 5
  98.       OnClick = CB3Click
  99.     end
  100.     object E2: TEdit
  101.       Left = 176
  102.       Top = 140
  103.       Width = 33
  104.       Height = 21
  105.       HelpContext = 243
  106.       TabOrder = 6
  107.       Text = '1'
  108.     end
  109.   end
  110.   object Button1: TButton
  111.     Left = 69
  112.     Top = 181
  113.     Width = 75
  114.     Height = 25
  115.     HelpContext = 40
  116.     Caption = 'OK'
  117.     Default = True
  118.     ModalResult = 1
  119.     TabOrder = 1
  120.   end
  121.   object Button2: TButton
  122.     Left = 149
  123.     Top = 181
  124.     Width = 75
  125.     Height = 25
  126.     HelpContext = 50
  127.     Cancel = True
  128.     Caption = 'Cancel'
  129.     ModalResult = 2
  130.     TabOrder = 2
  131.   end
  132. end
  133.